/* Original by Andy O'Meara
Modified by Olav Huhn while waiting for Y2K */ 



Durn="8"

CamX="0",
CamY="0",
CamZ="100",

CmLX="100 * cos ( .3 * t )",
CmLY="100 * sin ( .8 * t )",
CmLZ="0",

CUpX="0",
CUpY="0",
CUpZ="0",

R="(.2 + fft(f)) * ( 1 - dt )",
G="(.7 + fft(f)) * ( 1 - dt )",
B="0",

LvlR="(.5 + fft(f)) * ( 1 - dt )",
LvlG="0",
LvlB="0",

BckR="0",
BckG="0",
BckB="0",

widt=810,heig=280,


ConL=1,ConB=0,


// Just make the leading part of the line big and let it get smaller
LWdt="12 - 25 * dt",




/* An undocumented param... This is the number of increments WhiteCap chops up the 0 to 1 interval of s.  Normally, it's around 40, but you can set it to what you like...  Since we're just showin one value, we only WhiteCap to parameterize 's' into 1 step. */
Stps=1,


/* The following 'BASS' variable is an undocumented feature that i'll talk more about when i make it better... You can use it for now, but you may have to play with it to do what you like */

X="500 * ( trwv( st * .20 ) - .5 )",
Y="30 * BASS - 100",
Z="0",


Scal="5000",
ScSz=1,

Pers="3000",


Vers=40

